import { Alert } from '@aws-amplify/ui-react'; export const AlertHeadingExample = () => { return ( <> This Alert does not have a heading Cool heading! > ); };